projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c149968
)
(Flookup_key): Fix typo in last change.
author
Andreas Schwab
<schwab@suse.de>
Mon, 7 May 2007 20:49:55 +0000
(20:49 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Mon, 7 May 2007 20:49:55 +0000
(20:49 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 145d872863a718252eed17345837e5ab3d2e5400..dbcf1d6fcfde5196f91f42a8480f167d3a379be0 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1313,7
+1313,7
@@
recognize the default bindings, just as `read-key-sequence' does. */)
c = Fevent_convert_list (c);
/* Turn the 8th bit of string chars into a meta modifier. */
- if (STRINGP (key) && XINT (c) & 0x8 && !STRING_MULTIBYTE (key))
+ if (STRINGP (key) && XINT (c) & 0x8
0
&& !STRING_MULTIBYTE (key))
XSETINT (c, (XINT (c) | meta_modifier) & ~0x80);
/* Allow string since binding for `menu-bar-select-buffer'